home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 May / PCWorld_2008-05_cd.bin / temacd / cdburnerxp / cdbxp_setup_4.0.022.370.exe / {app} / nms_stop.bat < prev    next >
DOS Batch File  |  2007-09-27  |  244b  |  12 lines

  1. REM Stop the NMSAccess service
  2. ECHO Stopping the NMSAccess service...
  3. NET STOP "NMSAccessU"
  4.  
  5. REM Wait for the service to be removed
  6. REM ECHO Waiting for the NMSAccess service to be uninstalled...
  7. REM START NMSAccessU.exe -remove
  8.  
  9.  
  10.  
  11.  
  12.